home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / winexit / winexit.txt < prev   
Encoding:
Text File  |  1994-08-26  |  670 b   |  29 lines

  1. Windows Exit
  2.  
  3. Requires VBRUN300.DLL
  4.  
  5. Windows exit, not surprisingly, is used for exiting Microsoft Windows 3.1
  6.  
  7. It provides the user with three choices:
  8.  
  9. Exit Windows    : The same as closing Program Manager
  10. Restart Windows : Exits Windows then restarts Windows automatically
  11. Exit & Reboot   : Exits Windows then reboots the machine
  12.  
  13. Windows Exit can be started with an argument as follows:
  14.  
  15. WINEXIT.EXE Exit
  16. WINEXIT.EXE Restart
  17. WINEXIT.EXE Reboot
  18.  
  19. Which will have the same effect as choosing the appropriate option but will
  20. not display the form.
  21.  
  22. Exit Windows is freeware.
  23.  
  24. Author Rob McIntosh.
  25.  
  26. Comments to Rob @ Compuserve (100413,1342)
  27.  
  28.  
  29.